1 FRESULT f_chdir ( 2 const TCHAR *path /* Pointer to the directory path */ 3 ) 4 { 5 FRESULT res; 6 DIR dj; 7 DEF_NAMEBUF; 8 9 1...
分类:
其他好文 时间:
2014-08-14 13:45:18
阅读次数:
529
1 /*-----------------------------------------------------------------------*/ 2 /* Rename File/Directory ...
分类:
其他好文 时间:
2014-08-14 13:20:08
阅读次数:
298
1.如果Linux上没有安装NodeJS,先安装NodeJS 2.安装LoopBack npm install -g strongloop 3.创建项目 slc loopback
// Create your project [?] Enter a directory name where to create the project: my-new-pro...
分类:
其他好文 时间:
2014-08-14 11:05:38
阅读次数:
170
f_mkdir: 1 /*-----------------------------------------------------------------------*/ 2 /* Create a Directory ...
分类:
其他好文 时间:
2014-08-14 10:41:28
阅读次数:
760
1 2 3 24 25 26 hbase.rootdir 27 file:///tmp/hbase-${user.name}/hbase 28 The directory shared by region servers and into 29 ...
分类:
其他好文 时间:
2014-08-14 10:32:28
阅读次数:
279
1.在安装SCCM2012之前需进行ActiveDirectory架构扩展,我们需要将SCCM2012的安装光盘加载到域控server的光驱,执行extadsch扩展架构。执行完毕后,在C盘根目录下查看日志文件,可以看到架构扩展成功。2.打开adsiedit.msc,选择“默认命名上下文”依次展开到CN=System,新建“对象..
分类:
其他好文 时间:
2014-08-13 15:14:37
阅读次数:
286
public void run(Action> onload) { List directoryLists = new List(); directoryLists = Directory.GetDirectories(m_importPath).ToList(); Parallel.ForEac....
分类:
编程语言 时间:
2014-08-13 12:33:06
阅读次数:
238
1.创建文件夹//using System.IO;Directory.CreateDirectory(%%1);2.创建文件//using System.IO;File.Create(%%1);3.删除文件//using System.IO;File.Delete(%%1);4.删除文件夹//usi...
分类:
其他好文 时间:
2014-08-13 10:19:05
阅读次数:
174
DNS配置打开“网络和共享中心”在安装完域控制器后,DNS地址已转变为指向本地的127.0.0.1,可以更改为本机IP192.168.0.22.在ServerManager中打开Tools内的DNS组件3.正向查找区域如下图所示4.在ReverseLookupZones新建区域5.新建“反向查找区域向导”6.这里有三种区域类型:1)..
分类:
Windows程序 时间:
2014-08-12 03:39:24
阅读次数:
1655
Linux 常用命令 -- find根据名字,顾名思义就是查找的意思,可以通过多个维度来查找你想要的文件,比如类型,find - search for files in a directory hierarchy常用用法1. 通过名字查找文件find pathname -name filename2...
分类:
系统相关 时间:
2014-08-11 20:40:03
阅读次数:
488